Fix minor problem found by static checking.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Sep 2011 09:01:39 +0000 (02:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Sep 2011 09:01:39 +0000 (02:01 -0700)
commitaabed44dd002e07e8d7bb18ae981cc00d01d682b
treecd72cac87b5d98d86ffd05c3a0b2ced1ca965b1d
parent606c34abe5d66bb78e58895f3796274d4d30f64e
Fix minor problem found by static checking.

* xdisp.c (reseat_at_next_visible_line_start): Mark locals as
initialized, to pacify gcc -Wuninitialized.
src/ChangeLog
src/xdisp.c